WorkflowDefinition 
Logical Entity Name  WorkflowDefinition 
Default Table Name  WorkflowDefinition 
Physical Only  NO 
Definition 
 
Note 
 

WorkflowDefinition Columns 
ColumnName  Domain  Datatype  NULL  Definition 
Id(PK)    int  NO 
 
Name    nvarchar(500)  NO 
 
EntityType    nvarchar(max)  YES 
 
EventType    nvarchar(max)  YES 
 
DateCreated    datetime  NO 
 
DateModified    datetime  NO 
 
EventPhase    char(10)  NO 
 

WorkflowDefinition Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_WorkflowDefinition  PrimaryKey  Id 

WorkflowDefinition Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

WorkflowDefinition Check Constraints 
Check Constraint Name  CheckConstraint